Learn R Programming

ddR (version 0.1.1)

[: Extract parts of a distributed object.

Description

Extract parts of a distributed object.

Usage

## S3 method for class 'DObject':
[(x, i, j,...,drop=TRUE)

Arguments

x
The distributed object to get the parts of.
i
The row index or indices to extract with.
j
The column index or indices to extract with.
...
Other args.
drop
If TRUE, vectorizable results will become vectors.